home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr38 / sotl111.zip / SAMPLE1.BAT < prev    next >
DOS Batch File  |  1994-09-08  |  368b  |  14 lines

  1. REM This is an example of a bat file that runs the progrm in the SOTL
  2. REM directory.
  3. REM Here only one SOTL.ctl file is required and that is put in SOTL.
  4. REM Assume the SOTL directory is a subdirectory of c:\wc30\door
  5. REM
  6. C:
  7. cd\wc30\door\sotl
  8. C:\wc30\door\sotl\sotl /PC:\wc30\wcwork\node%wcnodeid%
  9. copy sotlscor.dat c:\wc30\bull\bull19.bbs
  10. cd\wc30
  11. exit
  12.  
  13.  
  14.